home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / Centri / Centri.dir / 00152_Script_goTo Intro < prev    next >
Text File  |  1999-02-25  |  376b  |  19 lines

  1.  
  2. on mouseUp me
  3.   unloadMember 122,123
  4.   unloadMember 163
  5.   
  6.   set the visibility of sprite 41 = FALSE
  7.   set the visibility of sprite 42 = FALSE
  8.   set the visibility of sprite 43 = FALSE
  9.   set the visibility of sprite 44 = FALSE
  10.   set the visibility of sprite 45 = FALSE
  11.   
  12.   go to frame 8 
  13.   
  14.   set the visibility of sprite 30 = TRUE
  15.   
  16.   updateStage
  17.   
  18. end
  19.